Description
Check if the document backing the file system item with the given source id can be moved to the document backing the file system item with the given destination id. Return the result as a JSON blob.
Operation id | NuxeoDrive.CanMove |
Category | Services |
Label | Nuxeo Drive: Can move |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.CanMove",
"label" : "Nuxeo Drive: Can move",
"category" : "Services",
"requires" : null,
"description" : "Check if the document backing the file system item with the given source id can be moved to the document backing the file system item with the given destination id. Return the result as a JSON blob.",
"url" : "NuxeoDrive.CanMove",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "destId",
"description" : "Id of the destination file system item.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "srcId",
"description" : "Id of the source file system item.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}